OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mpls_shim
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/net/
if_mpls.c
92
static struct mbuf *mpls_label_inet(struct mbuf *, union
mpls_shim
*, uint);
97
static struct mbuf *mpls_label_inet6(struct mbuf *, union
mpls_shim
*, uint);
100
static struct mbuf *mpls_prepend_shim(struct mbuf *, union
mpls_shim
*);
152
sc->sc_if.if_hdrlen = sizeof(union
mpls_shim
);
217
union
mpls_shim
mh, *pms;
325
mpls_trim_label(struct mbuf *m, union
mpls_shim
*sh)
327
m_adj(m, sizeof(union
mpls_shim
));
329
if (m->m_len < sizeof(union
mpls_shim
) &&
330
(m = m_pullup(m, sizeof(union
mpls_shim
))) == NULL)
333
sh->s_addr = ntohl(mtod(m, union
mpls_shim
*)->s_addr)
[
all
...]
if_loop.c
304
union
mpls_shim
msh;
if_gre.c
919
union
mpls_shim
msh;
/src/sys/netmpls/
mpls.h
49
union
mpls_shim
{
union
70
union
mpls_shim
smpls_addr;
mpls_ttl.c
139
union
mpls_shim
ms;
143
union
mpls_shim
*);
160
int destmtu, union
mpls_shim
*shim)
173
mpls_icmp_ext.obj_hdr.length = htons(sizeof(union
mpls_shim
) +
364
union
mpls_shim
*mshim;
366
union
mpls_shim
top_shim, bos_shim;
369
if (__predict_false(m->m_len < sizeof(union
mpls_shim
) &&
370
(m = m_pullup(m, sizeof(union
mpls_shim
))) == NULL))
372
mshim = mtod(m, union
mpls_shim
*);
388
m_adj(m, sizeof(union
mpls_shim
));
[
all
...]
mpls_proto.c
387
.dom_maxrtkey = sizeof(union
mpls_shim
),
393
.dom_sa_cmplen = sizeof(union
mpls_shim
),
/src/usr.sbin/ldpd/
ldp_errors.c
164
union
mpls_shim
ms2;
/src/sbin/route/
rtutil.c
768
const union
mpls_shim
*pms;
769
union
mpls_shim
ms;
route.c
995
mplssize * sizeof(union
mpls_shim
))
1019
union
mpls_shim
*ms = &su->smpls.smpls_addr;
1745
union
mpls_shim
ms;
1746
const union
mpls_shim
*pms;
/src/sys/netinet/
ip_output.c
167
union
mpls_shim
msh;
Completed in 111 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025