Home
last modified time | relevance | path

Searched refs:ipaddr (Results 1 – 5 of 5) sorted by relevance

/include/linux/netfilter/ipset/
Dip_set.h273 extern int ip_set_get_ipaddr4(struct nlattr *nla, __be32 *ipaddr);
274 extern int ip_set_get_ipaddr6(struct nlattr *nla, union nf_inet_addr *ipaddr);
279 ip_set_get_hostipaddr4(struct nlattr *nla, u32 *ipaddr) in ip_set_get_hostipaddr4() argument
286 *ipaddr = ntohl(ip); in ip_set_get_hostipaddr4()
334 static inline int nla_put_ipaddr4(struct sk_buff *skb, int type, __be32 ipaddr) in nla_put_ipaddr4() argument
341 ret = nla_put_net32(skb, IPSET_ATTR_IPADDR_IPV4, ipaddr); in nla_put_ipaddr4()
/include/uapi/linux/
Datmmpc.h17 __be32 ipaddr; /* the IP address of the shortcut */ member
/include/net/sctp/
Dsctp.h283 memcpy(&asoc->stats.obs_rto_ipaddr, &trans->ipaddr, in sctp_max_rto()
Dstructs.h789 union sctp_addr ipaddr; member
/include/net/
Dxfrm.h589 int (*new_mapping)(struct xfrm_state *x, xfrm_address_t *ipaddr, __be16 sport);
1574 extern int km_new_mapping(struct xfrm_state *x, xfrm_address_t *ipaddr, __be16 sport);