Searched refs:mpls_shim_hdr (Results 1 – 1 of 1) sorted by relevance
15 struct mpls_shim_hdr { struct25 static inline struct mpls_shim_hdr *mpls_hdr(const struct sk_buff *skb) in mpls_hdr() argument27 return (struct mpls_shim_hdr *)skb_network_header(skb); in mpls_hdr()30 static inline struct mpls_shim_hdr mpls_entry_encode(u32 label, in mpls_entry_encode()35 struct mpls_shim_hdr result; in mpls_entry_encode()
Completed in 4 milliseconds