Home
last modified time | relevance | path

Searched refs:MPLS_SET_TTL (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/netproto/mpls/
H A Dmpls_output.c164 MPLS_SET_TTL(buf, ttl); in mpls_push()
190 MPLS_SET_TTL(buf, ttl); /* XXX tunnel mode: uniform, pipe, short pipe */ in mpls_swap()
H A Dmpls.h72 #define MPLS_SET_TTL(shim, x) \ macro