Lines Matching defs:arg
882 static inline int sctp_hash_cmp(struct rhashtable_compare_arg *arg,
886 const struct sctp_hash_cmp_arg *x = arg->key;
943 struct sctp_hash_cmp_arg arg;
949 arg.net = t->asoc->base.net;
950 arg.paddr = &t->ipaddr;
951 arg.lport = htons(t->asoc->base.bind_addr.port);
954 list = rhltable_lookup(&sctp_transport_hashtable, &arg,
964 err = rhltable_insert_key(&sctp_transport_hashtable, &arg,
1001 struct sctp_hash_cmp_arg arg = {
1007 list = rhltable_lookup(&sctp_transport_hashtable, &arg,
1032 struct sctp_hash_cmp_arg arg = {
1038 list = rhltable_lookup(&sctp_transport_hashtable, &arg,