• Home
  • Raw
  • Download

Lines Matching refs:family

41 #define MODULE_ALIAS_XFRM_MODE(family, encap) \  argument
42 MODULE_ALIAS("xfrm-mode-" __stringify(family) "-" __stringify(encap))
43 #define MODULE_ALIAS_XFRM_TYPE(family, proto) \ argument
44 MODULE_ALIAS("xfrm-type-" __stringify(family) "-" __stringify(proto))
159 u16 family; member
287 unsigned short family; member
326 unsigned int family; member
354 struct xfrm_state_afinfo *xfrm_state_get_afinfo(unsigned int family);
358 unsigned int family; member
390 int xfrm_register_type(const struct xfrm_type *type, unsigned short family);
391 int xfrm_unregister_type(const struct xfrm_type *type, unsigned short family);
452 int xfrm_register_mode(struct xfrm_mode *mode, int family);
453 int xfrm_unregister_mode(struct xfrm_mode *mode, int family);
455 static inline int xfrm_af2proto(unsigned int family) in xfrm_af2proto() argument
457 switch(family) { in xfrm_af2proto()
469 if ((ipproto == IPPROTO_IPIP && x->props.family == AF_INET) || in xfrm_ip2inner_mode()
470 (ipproto == IPPROTO_IPV6 && x->props.family == AF_INET6)) in xfrm_ip2inner_mode()
555 u16 family; member
569 u16 family; member
694 unsigned int family; member
736 void xfrm_audit_state_notfound_simple(struct sk_buff *skb, u16 family);
737 void xfrm_audit_state_notfound(struct sk_buff *skb, u16 family, __be32 net_spi,
774 u16 family) in xfrm_audit_state_notfound_simple() argument
778 static inline void xfrm_audit_state_notfound(struct sk_buff *skb, u16 family, in xfrm_audit_state_notfound() argument
915 const struct flowi *fl, unsigned short family);
1021 xfrm_addr_any(const xfrm_address_t *addr, unsigned short family) in xfrm_addr_any() argument
1023 switch (family) { in xfrm_addr_any()
1047 xfrm_state_addr_cmp(const struct xfrm_tmpl *tmpl, const struct xfrm_state *x, unsigned short family) in xfrm_state_addr_cmp() argument
1049 switch (family) { in xfrm_state_addr_cmp()
1060 unsigned short family);
1064 unsigned int family, int reverse) in __xfrm_policy_check2() argument
1070 return __xfrm_policy_check(sk, ndir, skb, family); in __xfrm_policy_check2()
1074 __xfrm_policy_check(sk, ndir, skb, family); in __xfrm_policy_check2()
1077 … inline int xfrm_policy_check(struct sock *sk, int dir, struct sk_buff *skb, unsigned short family) in xfrm_policy_check() argument
1079 return __xfrm_policy_check2(sk, dir, skb, family, 0); in xfrm_policy_check()
1105 unsigned int family, int reverse);
1108 unsigned int family) in xfrm_decode_session() argument
1110 return __xfrm_decode_session(skb, fl, family, 0); in xfrm_decode_session()
1115 unsigned int family) in xfrm_decode_session_reverse() argument
1117 return __xfrm_decode_session(skb, fl, family, 1); in xfrm_decode_session_reverse()
1120 int __xfrm_route_forward(struct sk_buff *skb, unsigned short family);
1122 static inline int xfrm_route_forward(struct sk_buff *skb, unsigned short family) in xfrm_route_forward() argument
1128 __xfrm_route_forward(skb, family); in xfrm_route_forward()
1180 … inline int xfrm_policy_check(struct sock *sk, int dir, struct sk_buff *skb, unsigned short family) in xfrm_policy_check() argument
1186 unsigned int family) in xfrm_decode_session_reverse() argument
1206 xfrm_address_t *xfrm_flowi_daddr(const struct flowi *fl, unsigned short family) in xfrm_flowi_daddr() argument
1208 switch (family){ in xfrm_flowi_daddr()
1218 xfrm_address_t *xfrm_flowi_saddr(const struct flowi *fl, unsigned short family) in xfrm_flowi_saddr() argument
1220 switch (family){ in xfrm_flowi_saddr()
1232 unsigned short family) in xfrm_flowi_addr_get() argument
1234 switch(family) { in xfrm_flowi_addr_get()
1271 unsigned short family) in xfrm_state_addr_check() argument
1273 switch (family) { in xfrm_state_addr_check()
1284 unsigned short family) in xfrm_state_addr_flow_check() argument
1286 switch (family) { in xfrm_state_addr_flow_check()
1435 unsigned short family);
1439 unsigned short family,
1442 unsigned short family);
1449 u8 proto, unsigned short family);
1454 unsigned short family);
1457 unsigned short family, struct net *net);
1459 unsigned short family);
1462 int n, unsigned short family, struct net *net) in xfrm_tmpl_sort() argument
1468 int n, unsigned short family) in xfrm_state_sort() argument
1518 XFRM_SPI_SKB_CB(skb)->family = AF_INET; in xfrm4_rcv_spi()
1530 int xfrm4_tunnel_register(struct xfrm_tunnel *handler, unsigned short family);
1531 int xfrm4_tunnel_deregister(struct xfrm_tunnel *handler, unsigned short family);
1544 int xfrm6_tunnel_register(struct xfrm6_tunnel *handler, unsigned short family);
1545 int xfrm6_tunnel_deregister(struct xfrm6_tunnel *handler, unsigned short family);
1597 unsigned short family);
1643 sa_family_t family) in xfrm_addr_equal() argument
1645 switch (family) { in xfrm_addr_equal()
1789 unsigned int family) in xfrm_tunnel_check() argument
1793 switch(family) { in xfrm_tunnel_check()