Searched refs:nest_proto (Results 1 – 2 of 2) sorted by relevance
/external/libnetfilter_conntrack/src/conntrack/ |
D | build_mnl.c | 116 struct nlattr *nest, *nest_proto; in nfct_build_protoinfo() local 133 nest_proto = mnl_attr_nest_start(nlh, CTA_PROTOINFO_TCP); in nfct_build_protoinfo() 158 mnl_attr_nest_end(nlh, nest_proto); in nfct_build_protoinfo() 169 nest_proto = mnl_attr_nest_start(nlh, CTA_PROTOINFO_SCTP); in nfct_build_protoinfo() 183 mnl_attr_nest_end(nlh, nest_proto); in nfct_build_protoinfo() 194 nest_proto = mnl_attr_nest_start(nlh, CTA_PROTOINFO_DCCP); in nfct_build_protoinfo() 210 mnl_attr_nest_end(nlh, nest_proto); in nfct_build_protoinfo()
|
D | build.c | 109 struct nfattr *nest, *nest_proto; in __build_protoinfo() local 126 nest_proto = nfnl_nest(&req->nlh, size, CTA_PROTOINFO_TCP); in __build_protoinfo() 154 nfnl_nest_end(&req->nlh, nest_proto); in __build_protoinfo() 165 nest_proto = nfnl_nest(&req->nlh, size, CTA_PROTOINFO_SCTP); in __build_protoinfo() 179 nfnl_nest_end(&req->nlh, nest_proto); in __build_protoinfo() 190 nest_proto = nfnl_nest(&req->nlh, size, CTA_PROTOINFO_DCCP); in __build_protoinfo() 213 nfnl_nest_end(&req->nlh, nest_proto); in __build_protoinfo()
|