Lines Matching refs:fl

392 					    const struct flowi *fl);
972 __be16 xfrm_flowi_sport(const struct flowi *fl, const union flowi_uli *uli) in xfrm_flowi_sport() argument
975 switch(fl->flowi_proto) { in xfrm_flowi_sport()
999 __be16 xfrm_flowi_dport(const struct flowi *fl, const union flowi_uli *uli) in xfrm_flowi_dport() argument
1002 switch(fl->flowi_proto) { in xfrm_flowi_dport()
1023 const struct flowi *fl, unsigned short family);
1330 int __xfrm_decode_session(struct net *net, struct sk_buff *skb, struct flowi *fl,
1333 static inline int xfrm_decode_session(struct net *net, struct sk_buff *skb, struct flowi *fl, in xfrm_decode_session() argument
1336 return __xfrm_decode_session(net, skb, fl, family, 0); in xfrm_decode_session()
1340 struct flowi *fl, in xfrm_decode_session_reverse() argument
1343 return __xfrm_decode_session(net, skb, fl, family, 1); in xfrm_decode_session_reverse()
1420 struct flowi *fl, in xfrm_decode_session_reverse() argument
1438 xfrm_address_t *xfrm_flowi_daddr(const struct flowi *fl, unsigned short family) in xfrm_flowi_daddr() argument
1442 return (xfrm_address_t *)&fl->u.ip4.daddr; in xfrm_flowi_daddr()
1444 return (xfrm_address_t *)&fl->u.ip6.daddr; in xfrm_flowi_daddr()
1450 xfrm_address_t *xfrm_flowi_saddr(const struct flowi *fl, unsigned short family) in xfrm_flowi_saddr() argument
1454 return (xfrm_address_t *)&fl->u.ip4.saddr; in xfrm_flowi_saddr()
1456 return (xfrm_address_t *)&fl->u.ip6.saddr; in xfrm_flowi_saddr()
1462 void xfrm_flowi_addr_get(const struct flowi *fl, in xfrm_flowi_addr_get() argument
1468 memcpy(&saddr->a4, &fl->u.ip4.saddr, sizeof(saddr->a4)); in xfrm_flowi_addr_get()
1469 memcpy(&daddr->a4, &fl->u.ip4.daddr, sizeof(daddr->a4)); in xfrm_flowi_addr_get()
1472 saddr->in6 = fl->u.ip6.saddr; in xfrm_flowi_addr_get()
1473 daddr->in6 = fl->u.ip6.daddr; in xfrm_flowi_addr_get()
1515 xfrm_state_addr_flow_check(const struct xfrm_state *x, const struct flowi *fl, in xfrm_state_addr_flow_check() argument
1521 (const xfrm_address_t *)&fl->u.ip4.daddr, in xfrm_state_addr_flow_check()
1522 (const xfrm_address_t *)&fl->u.ip4.saddr); in xfrm_state_addr_flow_check()
1525 (const xfrm_address_t *)&fl->u.ip6.daddr, in xfrm_state_addr_flow_check()
1526 (const xfrm_address_t *)&fl->u.ip6.saddr); in xfrm_state_addr_flow_check()
1688 const struct flowi *fl,