Home
last modified time | relevance | path

Searched refs:mfc_mcastgrp (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/net/ipv4/
Dipmr.c819 if (c->mfc_origin == origin && c->mfc_mcastgrp == mcastgrp) in ipmr_cache_find()
987 if (c->mfc_mcastgrp == iph->daddr && in ipmr_cache_unresolved()
1009 c->mfc_mcastgrp = iph->daddr; in ipmr_cache_unresolved()
1059 c->mfc_mcastgrp == mfc->mfcc_mcastgrp.s_addr) { in ipmr_mfc_delete()
1083 c->mfc_mcastgrp == mfc->mfcc_mcastgrp.s_addr) { in ipmr_mfc_add()
1107 c->mfc_mcastgrp = mfc->mfcc_mcastgrp.s_addr; in ipmr_mfc_add()
1123 uc->mfc_mcastgrp == c->mfc_mcastgrp) { in ipmr_mfc_add()
2142 NLA_PUT_BE32(skb, RTA_DST, c->mfc_mcastgrp); in ipmr_fill_mroute()
2431 (__force u32) mfc->mfc_mcastgrp, in ipmr_mfc_seq_show()
/linux-3.4.99/include/linux/
Dmroute.h197 __be32 mfc_mcastgrp; /* Group the entry belongs to */ member